From 6e1d70f2d0a9102a8bfb94e51a6456f21f58344f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 8 Sep 2006 14:19:46 +0000 Subject: [PATCH] added -fPIC to LD_FLAGS for extensions, thus making them compile on 64bit archs as well --- ChangeLog | 5 +++++ extensions/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c820d6d..5ec4d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-08 Øyvind Kolås + + * extensions/Makefile.am: added -fPIC to LD_FLAGS, thus making it + compile on 64bit archs as well. + 2006-09-04 Michael Schumacher * extensions/Makefile.am: have to link with libbabl.a, at least on diff --git a/extensions/Makefile.am b/extensions/Makefile.am index e637339..1abc4c9 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -17,7 +17,7 @@ all-local: $(SOBJS) CFLAGS += -I $(top_srcdir)/babl -I $(top_srcdir)/extensions -LDFLAGS += -shared +LDFLAGS += -shared -fPIC LDADD = $(win32_libs) $(no-undefined) -- 2.30.2